home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / hobby / fbclck30.zip / LLATSNI.IN_ / LLATSNI.IN
Text File  |  1995-03-11  |  3KB  |  113 lines

  1. ; There are some predefined macros:
  2. ;    $w      --- Windows directory
  3. ;    $y      --- Windows system directory
  4. ;    $s      --- the directory where uninstal.exe resides. this should also
  5. ;                be the original installation target directory
  6. ;
  7. ; they are defined immediately after uninstal.exe is started.
  8.  
  9. ; define your own macros 
  10.  
  11. [macros]
  12.  
  13. ; some handy macros
  14. f     = Freeman
  15. fi    = $f Installer
  16. fu    = $f Uninstaller
  17. fs    = $f Software
  18. pf    = Project File
  19. rf    = Resource File
  20. sm    = (Small Model)
  21. mm    = (Medium Model)
  22. cl    = Class Library
  23. 4i    = For Installer
  24. 4u    = For Uninstaller
  25. csf   = C++ Source File
  26. chf   = C++ Header File
  27. group = $fi
  28.  
  29.  
  30. [general]
  31.  
  32. ; the name of your application being uninstalled. it will be used
  33. ; to refer to your application in several dialog boxes
  34. appName = Football Clock V3.0
  35.  
  36.  
  37. ; the three lines of warning text in the warning dialog box
  38. warningTxt1 = This program will remove Football Clock Version 3.0
  39. warningTxt2 = from your system
  40. warningTxt3 = Copyright (c) 1995
  41.  
  42.  
  43. ; the text shown on the background 
  44. bkTxt = "Football Clock V3.0"
  45.  
  46.  
  47. ; the font (including style) & font height (in point) to display
  48. ; the background text 
  49. bkTxtFont = Times New Roman Bold Italic
  50. bkTxtH = 60
  51.  
  52.  
  53. ; the horizontal & vertical distance from the left top corner of
  54. ; the screen to the base point of the background text
  55. bkTxtX = 0
  56. bkTxtY = 0
  57.  
  58.  
  59. ; the color (in the format of "red, green, blue") of the background text
  60. bkTxtColor = 255, 0, 0
  61.  
  62.  
  63. ; minimum time (in ms) to delete a file. if the actual needed is small than 
  64. ; this, llatsni.exe will wait. This will let the user know what is going on
  65. minTime = 500  
  66.  
  67.  
  68.  
  69. [files]
  70.  
  71. ; one entry for one file:
  72. ;
  73. ;    <filename> = <directory>, <size>, <description>
  74. ;
  75. ; e.g.
  76. ;    install.exe = $i, 15000, Freeman Installer exe file
  77. ;       |          |     |                  |            
  78. ;       |          |     |                  |            
  79. ;  file name       |     |    describe what install.exe is 
  80. ;                  | originally 1.5M                        
  81. ;                  |                      
  82. ;                  |                      
  83. ; it is in the installation target dir, i.e., same dir as uninstal.exe
  84. ;
  85. ;                                         
  86. ; if you want to delete the directory, put '*' in place of the file name.
  87. ; This way all files & subdirectories in it will be deleted as well
  88. ;                          
  89.  
  90. ; every user will have:
  91.  
  92. *            = $i, 325000, Install Target Directory        
  93. 3dlabel.vbx  = $y,  10907, VB Custom Control File    
  94. statbar.vbx  = $y,  17648, VB Custom Control File     
  95. vbpic3d.vbx  = $y,   5856, VB Custom Control File      
  96. vbpicbtn.vbx = $y,   5056, VB Custom Control File      
  97.  
  98.  
  99.  
  100.  
  101. [items]
  102.  
  103. ; one entry for one program item:
  104. ;
  105. ;    <itemname> = <groupname>
  106. ;
  107. ; if you want to delete the group, put '*' in place of the item name 
  108.  
  109. * = Football Clock V3.0
  110.  
  111. ;Football Clock        = Football Clock V3.0, $i\fb_clock.exe,          $i\fb_clock.exe
  112. ;Football Clock ReadMe = Football Clock V3.0, $i\fb_clock.txt,          $w\notepad.exe
  113.